home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / tcp / rxsocket.lha / rxsocket / examples / amisearch.doc next >
Text File  |  2000-11-28  |  849b  |  27 lines

  1.  
  2. AmiSearch searches for files on aminet.
  3.  
  4. To install it just copy AmiSearch.rexx to your REXX: drawer.
  5.  
  6. AmiSearch can be used from a shell or from Amirc .
  7.  
  8. To use it from Amirc, add 2 aliases:
  9. ams=/rx rexx:AmiSearch.rexx %p
  10. amsb=/rx rexx:AmiSearch.rexx BREAK %p
  11.  
  12. ams is used to find.
  13. amsb is used to break an istance of AmiSearch referred by a numeric id.
  14.  
  15. AmiSearch template is:
  16. KEY,TIMEOUT/N,MAXLEN/K/N,SAY/S,HOST/K,URL/S,QUIET/S,BREAK/K/N
  17.  
  18. KEY - the key to search for
  19. TIMEOUT - timeout in seconds (0 means none, default 0)
  20. SAY - say in current Amirc channel
  21. HOST - the host to use if URL is set
  22. URL - usually AmiSearch report results as /aminet-dir/file.
  23.       if you set URL, files are reported as an absolute URL
  24.       with host as defined in HOST
  25. QUIET - not show various info
  26. BREAK - break an istance of AmiSearch, real usefull in Amirc use.
  27.